home *** CD-ROM | disk | FTP | other *** search
- if(tk >= "0")
- {
- x1 = "1";
- while("10" >= x1)
- {
- setProperty(eval("dim" add x1 add "_" add row), _alpha, tk * "5");
- x1 += "1";
- }
- t = row;
- while(t >= "1")
- {
- x1 = "1";
- t1 = t - "1";
- while("10" >= x1)
- {
- if(eval("dim" add x1 add "_" add t1) ne "")
- {
- setProperty(eval("dim" add x1 add "_" add t1), _Y, t1 * "10" - "5" + ("10" - tk));
- }
- x1 += "1";
- }
- t -= "1";
- }
- tk -= "5";
- }
- else
- {
- gotoAndPlay(20);
- }
-